func golang.org/x/net/http2.shouldRetryRequest

2 uses

	golang.org/x/net/http2 (current package)
		transport_common.go#L282: 			if req, err = shouldRetryRequest(req, err); err == nil {
		transport_common.go#L328: func shouldRetryRequest(req *http.Request, err error) (*http.Request, error) {